google.golang.org/grpc.clientStream.binlogs (field)

21 uses

	google.golang.org/grpc (current package)
		stream.go#L313: 		cs.binlogs = append(cs.binlogs, ml)
		stream.go#L317: 			cs.binlogs = append(cs.binlogs, ml)
		stream.go#L340: 	if len(cs.binlogs) != 0 {
		stream.go#L354: 		for _, binlog := range cs.binlogs {
		stream.go#L519: 	binlogs []binarylog.MethodLogger
		stream.go#L790: 	if len(cs.binlogs) != 0 && !cs.serverHeaderBinlogged && !noHeader {
		stream.go#L802: 		for _, binlog := range cs.binlogs {
		stream.go#L878: 	if len(cs.binlogs) != 0 && err == nil {
		stream.go#L883: 		for _, binlog := range cs.binlogs {
		stream.go#L891: 	if len(cs.binlogs) != 0 && !cs.serverHeaderBinlogged {
		stream.go#L896: 	if len(cs.binlogs) != 0 {
		stream.go#L902: 	if len(cs.binlogs) != 0 && err == nil {
		stream.go#L907: 		for _, binlog := range cs.binlogs {
		stream.go#L915: 		if len(cs.binlogs) != 0 {
		stream.go#L928: 			for _, binlog := range cs.binlogs {
		stream.go#L951: 	if len(cs.binlogs) != 0 {
		stream.go#L955: 		for _, binlog := range cs.binlogs {
		stream.go#L990: 	if len(cs.binlogs) != 0 && status.Code(err) == codes.Canceled {
		stream.go#L994: 		for _, binlog := range cs.binlogs {